/**
 * style.less
 * 层叠样式表
 */
.ff {
    font-family: 'iconfont' !important;
}
@font-face {
    font-family: 'Aaux Next';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/AauxNext-Black.eot');
    src: local('AauxNext-Black'), url('../fonts/AauxNext-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AauxNext-Black.woff2') format('woff2'), url('../fonts/AauxNext-Black.woff') format('woff'), url('../fonts/AauxNext-Black.ttf') format('truetype'), url('../fonts/AauxNext-Black.svg#AauxNext-Black') format('svg');
    font-display: swap;
}
body {
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
    font-size: 30px;
    line-height: 68px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -3%;

    display: block;
    overflow: hidden;

    width: 36px;
    height: 68px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    color: #fff;
    border: none;
    outline: none;
    background: none;
    background: rgba(0, 0, 0, .66);
}
@media (max-width: 991px) {
    .slick-arrow {
        font-size: 20px;
        line-height: 50px;

        left: 0;

        width: 30px;
        height: 50px;
    }
}
.slick-arrow:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 991px) {
    .slick-arrow.slick-next {
        right: 0;
    }
}
.slick-arrow.slick-next:before {
    right: 0;
    left: auto;

    content: '\e625';
}
.slick-arrow:hover {
    background-color: #001f63;
}
.header {
    position: fixed;
    z-index: 10;

    width: 100%;
    height: 120px;
    padding: 0 2%;

    -webkit-transition: all .6s;
    transition: all .6s;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .header {
        height: 70px;
    }
}
.header .logo {
    display: inline-block;

    height: 80px;
    margin-top: 20px;

    -webkit-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 1470px) {
    .header .logo {
        height: 60px;
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .header .logo {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .header .logo {
        height: 40px;
        margin-top: 15px;
    }
}
.header .logo img {
    height: 100%;
}
.header .language {
    display: inline-block;
    float: right;

    padding: 43px 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1470px) {
    .header .language {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width: 1199px) {
    .header .language {
        padding: 18px 10px;
    }
}
@media (max-width: 767px) {
    .header .language {
        padding-left: 0;
    }
}
.header .language a {
    display: inline-block;

    width: 34px;
    height: 34px;

    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
.header .language a.en {
    background-position: -34px 0;
}
.header .cart {
    line-height: 120px;

    position: relative;

    float: right;

    margin-left: 20px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1470px) {
    .header .cart {
        margin-left: 10px;
    }
}
@media (max-width: 1199px) {
    .header .cart {
        line-height: 70px;

        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .header .cart {
        margin-left: 0;
    }
}
.header .cart a {
    font-size: 16px;

    display: block;

    color: #666;
}
@media (max-width: 767px) {
    .header .cart a {
        font-size: 0;
    }
}
.header .cart a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\e601';
}
@media (max-width: 767px) {
    .header .cart a:before {
        margin: 0;
    }
}
.header .cart a:hover {
    color: #001f63;
}
.header .cart a:hover:before {
    color: #001f63;
}
@media (max-width: 767px) {
    .header .cart a span {
        font-size: 14px;
    }
}
.header .cart a span:before {
    content: '(';
}
.header .cart a span:after {
    content: ')';
}
.header .nav-collapse {
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px) {
    .header .nav-collapse {
        display: inline-block;
        float: right;

        margin-top: 15px;
    }
    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%;
}
.header .nav-collapse.active {
    border-color: transparent;
}
.header .nav-collapse.active .btn-line {
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav {
    clear: both;
}
@media (min-width: 1200px) {
    .header .nav {
        display: inline-block;
        float: right;

        -webkit-transition: all .4s;
        transition: all .4s;
    }
    .header .nav a:hover {
        color: #001f63;
    }
}
@media (max-width: 1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav .tbl {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .header .nav {
        width: 100%;
        padding: 30px 15px;
    }
}
.header .nav.left-100 {
    left: -100%;
}
.header .nav.left-200 {
    left: -200%;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1 li a {
        white-space: nowrap;
    }
    .header .nav .nav-list1>li {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1>li>a {
        font-size: 18px;
        font-weight: normal;
        line-height: 120px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 26px;

        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .header .nav .nav-list1>li:hover>a,
    .header .nav .nav-list1>li.active>a {
        color: #001f63;
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        padding: 20px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li a {
        font-size: 14px;
        line-height: 30px;

        padding: 0 30px;
    }
    .header .nav .nav-list1 .nav-list2 li a:hover {
        text-decoration: underline;

        color: #001f63;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 {
        left: 50%;

        display: none;

        width: 1420px;
        padding: 0;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info {
        position: relative;

        width: 290px;
        padding: 20px 30px;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li {
        margin: 6px 0;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li>a {
        font-size: 15px;
        line-height: 36px;

        display: block;

        padding: 0 30px;

        text-decoration: none;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li.active ul.nav-product {
        display: block;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li.active>a,
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li:hover>a {
        position: relative;

        color: #fff;
        background-color: #001f63;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li.active>a:after,
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info>li:hover>a:after {
        position: absolute;
        top: 50%;
        right: -4px;

        width: 0;
        height: 0;
        margin-top: -4px;

        content: '';

        border-width: 4px 0 4px 4px;
        border-style: solid;
        border-color: transparent transparent transparent #001f63;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        width: 270px;
        height: 100%;
        padding: 20px 0 20px 20px;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li {
        display: none;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li:nth-child(-n+8) {
        display: block;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li:first-child .nav-text {
        display: block;

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li>a {
        font-size: 15px;
        line-height: 30px;

        position: relative;

        display: block;

        padding: 6px 0;
        padding-left: 12px;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li>a:before {
        position: absolute;
        top: 50%;
        left: 0;

        display: block;

        width: 6px;
        height: 4px;
        margin-top: -2px;

        content: '';

        background-color: #001f63;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li:hover>a {
        font-weight: bold;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product>li:hover .nav-text {
        display: block;
    }
    .header .nav .nav-list1 .nav-list2 li.active .nav-text {
        z-index: 2;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

        width: 860px;
        padding: 20px;

        background-color: #fff;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .title-nav-text b {
        font-size: 20px;
        line-height: 30px;

        display: block;

        text-decoration: underline;

        color: #001f63;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .note {
        margin-top: 20px;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .note p {
        font-size: 15px;
        line-height: 28px;

        display: -webkit-box;
        overflow: hidden;

        height: 84px;
        margin: 0;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav {
        font-size: 0;

        margin: 0 -8px;
        margin-top: 30px;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-desc,
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-more {
        font-size: 14px;

        display: inline-block;

        width: 40%;
        padding: 0 8px;

        vertical-align: bottom;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-desc .pic {
        border: 1px solid #e4e4e4;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-desc .pic .img-box {
        padding-bottom: 55.29411765%;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-more {
        width: 20%;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-more a {
        font-size: 15px;
        line-height: 36px;

        display: block;

        width: 100%;
        padding: 0;

        text-align: center;

        color: #fff;
        background-color: #a59235;
    }
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text .pic-nav .pic-more a:before {
        font-family: 'iconfont' !important;

        margin-right: 4px;

        content: '\e63d';
    }
}
@media (min-width: 1200px) and (max-width: 1720px) {
    .header .nav .nav-list1>li>a {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1620px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px) {
    .header .nav .nav-list1>li>a {
        font-size: 16px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .header .nav .nav-list1>li>a {
        padding: 0 6px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 {
        width: 1200px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-info {
        width: 270px;
        padding: 20px 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product {
        width: 230px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px) {
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 ul.nav-product .nav-text {
        width: 700px;
    }
}
@media (max-width: 1199px) {
    .header .nav .nav-list1 {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1>li {
        -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1>a {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav .nav-list3 a {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3 {
    display: none;
}
@media (max-width: 1199px) {
    .header .nav-2,
    .header .nav-3 {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: rgba(51, 51, 51, .9);
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-product,
.header .nav-3 .nav-product {
    display: none;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title {
    font-size: 24px;
    line-height: 36px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title {
        font-size: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px) {
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
    font-size: 16px;
    line-height: 2.2;

    display: block;
}
.header .nav-2 {
    left: 100%;
}
.header .nav-3 {
    left: 200%;
}
.header .nav-3 .content ul li {
    font-size: 15px;
}
.header .fade-out ul {
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .header .fade-out ul {
        padding: 0 5%;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul .pic {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .header .fade-out ul.nav-list1 {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a {
        color: #fff;
    }
    .header .fade-out ul.nav-list1>li {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1>li.act {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1>li.more:after {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1>li>a {
        font-size: 16px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    .header .fade-out ul.nav-list1>li {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px) {
    .header .fade-out ul.nav-list1 .nav-list2>li>a {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4 {
    font-size: 20px;
    line-height: 50px;
}
.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(51, 51, 51, .9);
}
.header .search-box .search {
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after {
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text {
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px) {
    .header .search-box .input-text {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit {
    line-height: 36px;

    position: absolute;
    right: 0;
    bottom: 0;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before {
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px) {
    .header .search-box .input-submit {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs {
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px) {
    .header .search-box.search-xs {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header .search-box.search-xs {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show {
    z-index: 66;
}
.header .search-box.search-xs.show .search {
    left: 0;
}
.header .search-box.search-xs .search {
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
    transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px) {
    .header .search-box.search-xs form .input-text {
        width: 74%;
    }
}
@media (max-width: 767px) {
    .header .search-box.search-xs form .input-text {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit {
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before {
    color: #104384;
}
.header .search-icon {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #001f63;
}
.header .search-lg {
    top: 0;
}
.header .search-lg .logo {
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p {
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
@media (max-width: 1199px) {
    .header .search-lg .search p {
        font-size: 14px;
        line-height: 1.5;

        display: block;
    }
}
.header .search-lg .input-text {
    font-size: 20px;
    line-height: 30px;

    width: 100%;
    height: 60px;
    padding: 0 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
}
.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px) {
    .header .search-lg .close-btn {
        right: 8%;
    }
}
.header .search-lg .close-btn:before {
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find {
    font-size: 26px;
    font-weight: bold;
    line-height: 120px;

    display: inline-block;
    float: right;

    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}
@media (max-width: 1470px) {
    .header .find {
        padding: 0 10px;
    }
}
@media (max-width: 1199px) {
    .header .find {
        line-height: 70px;
    }
}
.header .find:before {
    font-family: 'iconfont';

    display: inline-block;

    content: '\e660';
    vertical-align: middle;
}
.header .find:hover {
    color: #001f63;
}
.header .back-btn {
    position: absolute;
    left: 15px;
}
.online-wrap .btn {
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;

    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

    color: #898989;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;

    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    border: 1px solid #e1e1e1;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;

    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
.online-wrap .online a:before {
    font-size: 24px;

    color: #898989;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: rgba(165, 146, 53, .9);
    }
    .online-wrap .online a:hover:before {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #02329b;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .online-wrap-in .online {
        right: 0;
    }
}
.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;

    content: '\e65c';
}
.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;

    content: '\e66f';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;

    content: '\e62e';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before {
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before {
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.xs-online {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #a59235;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
    .xs-online {
        display: block !important;
    }
}
.xs-online ul {
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li {
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #74620c;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px) {
    .xs-online ul li>a {
        font-size: 8px;
    }
}
.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
    border-left: none;
}
.xs-online ul li:last-child {
    border-right: none;
}
.xs-online ul li.product>a:before {
    content: '\e7e9';
}
.xs-online ul li.mail>a:before {
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.map>a:before {
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.feedback>a:before {
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.home>a:before {
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.message>a:before {
    font-size: 18px;
    font-weight: normal;

    content: '\e66b';
}
.xs-online ul li.tel>a:before {
    font-weight: normal;

    content: '\e61c';
}
.xs-online ul li.top>a:before {
    font-weight: normal;

    content: '\e60f';
}
.xs-online ul li.whatsapp>a:before {
    font-weight: normal;

    content: '\e751';
}
.banner {
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .banner {
        padding-top: 70px;
    }
}
.banner .item {
    position: relative;
}
@media (max-width: 1199px) {
    .banner .slickbanner {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px) {
    .banner .slickbanner {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots {
    position: absolute;
    bottom: 20px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .slick-dots {
        bottom: 10px;
    }
}
.banner .slick-dots li {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: .7;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active {
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button {
    display: none;
}
.banner .slick-arrow {
    left: 4%;
}
@media (max-width: 991px) {
    .banner .slick-arrow {
        left: 12%;
    }
}
.banner .slick-arrow.slick-next {
    right: 4%;
    left: auto;
}
@media (max-width: 991px) {
    .banner .slick-arrow.slick-next {
        right: 12%;
    }
}
.banner .slick-arrow:hover {
    background-color: #001f63;
}
.banner .num-box {
    font-size: 15px;

    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 767px) {
    .banner .num-box {
        bottom: 0;
    }
}
.banner .num-box .prev:before {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-right: 10px;

    content: '\e9b5';
    vertical-align: middle;
}
.banner .num-box .prev:after {
    margin: 0 10px;

    content: '/';
}
.banner .num-box .next:after {
    font-family: 'iconfont' !important;
    font-weight: bold;

    display: inline-block;

    margin-top: -2px;
    margin-left: 10px;

    content: '\e72f';
    vertical-align: middle;
}
.banner img {
    display: block;

    width: 100%;
}
.banner .banner-pic {
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px) {
    .banner .banner-pic {
        bottom: 10px;
    }
}
.banner .banner-pic img {
    display: inline-block;

    width: auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .banner-in .slickbanner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner-in .text-in {
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px) {
    .banner-in .text-in {
        top: 64%;
    }
}
.banner-in .text-in b {
    font-size: 54px;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .banner-in .text-in b {
        font-size: 20px;

        display: block;
    }
}
.banner .slick-current img {
    -webkit-animation: narrow 4s 0s ease both;
    animation: narrow 4s 0s ease both;
}
.banner .banner-arrow {
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px) {
    .banner .banner-arrow {
        bottom: 0;
    }
}
.banner .banner-arrow a {
    display: inline-block;
}
.banner .banner-arrow a:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1 {
    -webkit-animation-name: narrow;
    animation-name: narrow;
}
.box {
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px) {
    .box {
        padding: 50px 0;
    }
}
.title {
    font-size: 0;
}
.title h2 {
    font-family: 'Aaux Next', Arial;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.35;

    display: inline-block;

    width: 46%;
    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 1350px) {
    .title h2 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .title h2 {
        font-size: 24px;

        display: block;

        width: 100%;
    }
}
.title p {
    font-size: 16px;
    line-height: 1.625;

    display: inline-block;

    width: 54%;
    margin: 0;

    vertical-align: middle;

    color: #666;
}
@media (max-width: 767px) {
    .title p {
        font-size: 16px;

        width: 100%;
        margin-top: 10px;
    }
}
.indexcontent {
    position: relative;
    z-index: 2;
}
.box-product .title {
    position: relative;

    padding-right: 200px;
}
@media (max-width: 767px) {
    .box-product .title {
        padding: 0;
    }
}
.box-product .title a.more {
    font-size: 16px;
    line-height: 46px;

    position: absolute;
    top: 0;
    right: 0;

    width: 160px;
    height: 46px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a59235;
}
@media (max-width: 767px) {
    .box-product .title a.more {
        position: relative;

        display: block;

        margin-top: 10px;
    }
}
.box-product .title a.more:after {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 4px;

    content: '\e6cb';
    vertical-align: middle;
}
.box-product .title a.more:hover {
    background-color: #001f63;
}
.box-product .product {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .box-product .product {
        margin-top: 20px;
    }
}
.box-product .product .item {
    display: block;
    overflow: hidden;

    margin-top: 20px;
}
.box-product .product .item .pic {
    position: relative;
}
.box-product .product .item .pic .img-box {
    padding-bottom: 117.64705882%;
}
.box-product .product .item .pic .maskbg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 10px;

    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.box-product .product .item .pic .maskbg .mask-pic {
    max-width: 180px;
    margin: 0 auto;

    text-align: center;
}
.box-product .product .item .pic .maskbg .mask-pic img {
    max-width: 100%;
}
.box-product .product .item .pic .maskbg .mask {
    height: 100%;
    padding: 10px 30px;

    text-align: center;

    background-color: rgba(255, 255, 255, .93);
}
.box-product .product .item .pic .maskbg .mask b {
    font-size: 18px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .pic .maskbg .mask span.more {
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: block;
    overflow: hidden;

    height: 48px;
    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #001f63;
}
.box-product .product .item .pic .maskbg .mask span.more:after {
    line-height: 20px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '+';
    text-align: center;

    color: #001f63;
    background-color: #fff;
}
.box-product .product .item .pic .maskbg .mask span.more:hover {
    background-color: #02329b;
}
.box-product .product .item .note p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (min-width: 1200px) {
    .box-product .product .item:hover .maskbg {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .box-product .product .item:hover .note {
        opacity: 0;
    }
}
.box-about {
    background-color: #f4f7fe;
}
.box-about .title-about {
    text-align: center;
}
.box-about .title-about p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #a59235;
}
.box-about .title-about h2 {
    font-family: 'Aaux Next', Arial;
    font-size: 40px;
    line-height: 1.35;

    max-width: 710px;
    margin: 0 auto;

    text-transform: uppercase;
}
@media (max-width: 1350px) {
    .box-about .title-about h2 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .box-about .title-about h2 {
        font-size: 24px;
    }
}
.box-about .about {
    font-size: 0;

    margin-top: 50px;
}
.box-about .about-left,
.box-about .about-right {
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .about-left {
    width: 46%;
}
@media (max-width: 991px) {
    .box-about .about-left {
        width: 100%;
    }
}
.box-about .about-left .title-about-in:before {
    font-family: 'iconfont' !important;
    font-size: 34px;
    line-height: 1;

    display: inline-block;

    margin-bottom: 20px;

    content: '\e640';

    color: #a59235;
}
.box-about .about-left .title-about-in h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.84615385;

    margin: 0;
}
@media (max-width: 767px) {
    .box-about .about-left .title-about-in h3 {
        font-size: 18px;
    }
}
.box-about .about-left .text {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box-about .about-left .text {
        margin-top: 20px;
    }
}
.box-about .about-left .text p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px) {
    .box-about .about-left .text p {
        font-size: 14px;
    }
}
.box-about .about-left a.more {
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 48px;
    margin-top: 30px;
    padding: 0 36px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #001f63;
}
.box-about .about-left a.more:after {
    line-height: 20px;

    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '+';
    text-align: center;

    color: #001f63;
    background-color: #fff;
}
.box-about .about-left a.more:hover {
    background-color: #02329b;
}
.box-about .about-right {
    position: relative;

    width: 54%;
    padding-left: 40px;
}
@media (max-width: 991px) {
    .box-about .about-right {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.box-about .about-right:before {
    position: absolute;
    top: -20%;
    right: -10%;

    display: block;

    width: 40%;
    height: 100%;

    content: '';

    background-color: #e5eaf8;
}
.box-about .about-right .video {
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.box-about .about-right .video img {
    max-width: 100%;
}
@media (max-width: 991px) {
    .box-about .about-right .video img {
        max-width: 140%;
        margin-left: -20%;
    }
}
.box-about .about-right .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.box-about .about-right .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .about-right .video .play {
    font-family: 'Aaux Next', Arial;
    font-size: 24px;
    line-height: 100px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 100px;
    padding: 0 120px 0 30px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    background-color: rgba(0, 0, 0, .14);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .box-about .about-right .video .play {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
        padding: 0 80px 0 10px;
    }
}
.box-about .about-right .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 80px;

    position: absolute;
    top: 10px;
    right: 30px;

    display: block;

    width: 80px;
    height: 80px;

    content: '\e619';
    text-align: center;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .22);
}
@media (max-width: 767px) {
    .box-about .about-right .video .play:after {
        font-size: 30px;
        line-height: 50px;

        top: 0;
        right: 10px;

        width: 50px;
        height: 50px;
    }
}
.box-about .about-right .video:hover .play {
    background-color: rgba(0, 0, 0, .4);
}
.box-customer {
    position: relative;

    padding-bottom: 0;
}
.box-customer:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 264px;

    content: '';

    background-color: #001f63;
}
.box-customer .title h2 {
    width: 32%;
}
@media (max-width: 767px) {
    .box-customer .title h2 {
        width: 100%;
    }
}
.box-customer .title p {
    width: 68%;
    padding-right: 10%;
}
@media (max-width: 767px) {
    .box-customer .title p {
        width: 100%;
        padding: 0;
    }
}
.box-customer .customer .item {
    margin-top: 50px;

    background-color: #fff;
}
@media (max-width: 991px) {
    .box-customer .customer .item {
        margin-top: 30px;
    }
}
.box-customer .customer .item .img-box {
    padding-bottom: 68.88888889%;
}
.box-customer .customer .item .text {
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: -44px;
    padding-top: 44px;
}
@media (max-width: 1199px) {
    .box-customer .customer .item .text {
        margin: 0;
        padding: 0;
    }
}
.box-customer .customer .item .text:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 44px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #fff;
}
@media (max-width: 1199px) {
    .box-customer .customer .item .text:before {
        display: none;
    }
}
.box-customer .customer .item .text:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 20px;
    right: 30px;

    content: '\e6af';

    color: #666;
}
@media (max-width: 1199px) {
    .box-customer .customer .item .text:after {
        top: 10px;
        right: 10px;
    }
}
.box-customer .customer .item .text span.number {
    font-size: 120px;
    font-weight: bold;
    line-height: 120px;

    position: absolute;
    z-index: 3;
    top: -50px;
    left: -24px;

    overflow: hidden;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #f5f5f5;
}
@media (max-width: 1199px) {
    .box-customer .customer .item .text span.number {
        font-size: 80px;

        top: auto;
        right: -14px;
        bottom: -26px;
        left: auto;

        color: #f1f5fe;
    }
}
.box-customer .customer .item .text .note {
    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 30px;
}
@media (max-width: 1199px) {
    .box-customer .customer .item .text .note {
        padding: 20px 10px;
    }
}
.box-customer .customer .item .text .note b {
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-customer .customer .item .text .note p {
    font-size: 16px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 78px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.box-customer .customer .item .text .note a.more {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: inline-block;

    margin-top: 20px;

    color: #001f63;
    border-bottom: 2px solid #001f63;
}
@media (min-width: 1200px) {
    .box-customer .customer .item:hover .text:before {
        z-index: 0;

        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .box-customer .customer .item:hover .text:after {
        opacity: 0;
    }
    .box-customer .customer .item:hover .text span.number {
        top: auto;
        right: -14px;
        bottom: -26px;
        left: auto;

        color: #f1f5fe;
    }
    .box-customer .customer .item:hover .text .note b {
        text-decoration: underline;

        color: #001f63;
    }
    .box-customer .customer .item:hover .text .note a.more {
        color: #a59235;
        border-bottom-color: #a59235;
    }
}
.box-solution {
    color: #fff;
    background-color: #001f63;
}
.box-solution .item {
    padding: 60px 10%;

    border-right: 1px solid #0b2f80;
    border-bottom: 1px solid #0b2f80;
}
@media (max-width: 991px) {
    .box-solution .item {
        padding: 40px 5%;
    }
}
@media (max-width: 767px) {
    .box-solution .item {
        border-right: none;
        border-bottom: 1px solid #0b2f80;
    }
}
.box-solution .item-two,
.box-solution .item-three {
    border-bottom: none;
}
.box-solution .item-one,
.box-solution .item-three {
    border-right: none;
}
.box-solution .item-one,
.box-solution .item-two,
.box-solution .item-three {
    padding-left: -webkit-calc(10% + 60px);
    padding-left: calc(10% + 60px);
}
@media (max-width: 991px) {
    .box-solution .item-one,
    .box-solution .item-two,
    .box-solution .item-three {
        padding-left: -webkit-calc(5% + 40px);
        padding-left: calc(5% + 40px);
    }
}
.box-solution .item-one:before,
.box-solution .item-two:before,
.box-solution .item-three:before {
    font-family: 'iconfont' !important;
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;

    position: absolute;
    top: 50px;
    left: 10%;

    width: 60px;

    content: '\e66a';
}
@media (max-width: 991px) {
    .box-solution .item-one:before,
    .box-solution .item-two:before,
    .box-solution .item-three:before {
        top: 40px;
        left: 5%;

        width: 40px;
    }
}
.box-solution .item-one b,
.box-solution .item-two b,
.box-solution .item-three b {
    font-size: 20px;
    line-height: 30px;

    display: block;

    margin-bottom: 14px;
}
.box-solution .item-one p,
.box-solution .item-two p,
.box-solution .item-three p {
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #667dad;
}
@media (max-width: 991px) {
    .box-solution .item-one p,
    .box-solution .item-two p,
    .box-solution .item-three p {
        font-size: 14px;
    }
}
.box-solution .item-one:hover:before,
.box-solution .item-two:hover:before,
.box-solution .item-three:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}
.box-solution .item-two:before {
    font-size: 44px;

    content: '\e62a';
}
.box-solution .item-three:before {
    font-size: 36px;

    content: '\e680';
}
.box-solution .item-title h2 {
    font-family: 'Aaux Next', Arial;
    font-size: 40px;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px) {
    .box-solution .item-title h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .box-solution .item-title h2 {
        font-size: 24px;
    }
}
.box-solution .item-title a.more {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 30px;

    text-decoration: underline;

    color: #fff;
}
.box-solution .item-title a.more:hover {
    color: #a59235;
}
.box-news {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-news .news {
    position: relative;
}
.box-news .news .title-news {
    position: absolute;
    top: 30px;
    left: 50%;
}
@media (max-width: 1350px) {
    .box-news .news .title-news {
        top: 20px;
    }
}
@media (max-width: 1199px) {
    .box-news .news .title-news {
        position: relative;
        top: 0;
        left: 0;
    }
}
.box-news .news .title-news h2 {
    font-family: 'Aaux Next', Arial;
    font-size: 40px;
    line-height: 1.35;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1350px) {
    .box-news .news .title-news h2 {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .box-news .news .title-news h2 {
        font-size: 24px;
    }
}
.box-news .slick-news {
    font-size: 0;

    margin: 0 -15px;
}
@media (max-width: 1199px) {
    .box-news .slick-news {
        margin-top: 30px;
    }
}
.box-news .slick-news .slick-slide {
    padding: 0 15px;
}
.box-news .slick-news .item {
    font-size: 0;
}
.box-news .slick-news .item .pic,
.box-news .slick-news .item .note {
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}
.box-news .slick-news .item .pic {
    position: relative;

    width: 46%;
}
@media (max-width: 767px) {
    .box-news .slick-news .item .pic {
        width: 100%;
    }
}
.box-news .slick-news .item .pic .img-box {
    padding-bottom: 90.32258065%;
}
.box-news .slick-news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .slick-news .item .pic .date {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;

    width: 80px;
    padding: 6px;
    padding: 4px 14px;

    text-align: center;

    color: #fff;
    background-color: #a59235;
}
@media (max-width: 991px) {
    .box-news .slick-news .item .pic .date {
        top: 10px;
        left: 10px;

        width: 60px;
    }
}
.box-news .slick-news .item .pic .date b {
    font-size: 18px;
    line-height: 40px;

    display: block;

    border-bottom: 1px solid #bfab47;
}
@media (max-width: 991px) {
    .box-news .slick-news .item .pic .date b {
        line-height: 30px;
    }
}
.box-news .slick-news .item .pic .date span {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    line-height: 40px;

    display: block;
}
@media (max-width: 991px) {
    .box-news .slick-news .item .pic .date span {
        line-height: 30px;
    }
}
.box-news .slick-news .item .note {
    width: 54%;
    margin-bottom: 70px;
    padding: 60px 50px;

    background-color: #f4f7fe;
}
@media (max-width: 1350px) {
    .box-news .slick-news .item .note {
        margin-bottom: 50px;
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .box-news .slick-news .item .note {
        width: 100%;
        padding: 30px 10px;
    }
}
.box-news .slick-news .item .note b {
    font-size: 28px;
    font-weight: normal;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .box-news .slick-news .item .note b {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .box-news .slick-news .item .note b {
        font-size: 18px;
        line-height: 28px;

        height: 56px;
    }
}
.box-news .slick-news .item .note p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 150px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
    .box-news .slick-news .item .note p {
        font-size: 14px;
        line-height: 24px;

        height: 120px;
        margin-top: 10px;
    }
}
.box-news .slick-news .item .note a.more {
    font-size: 16px;
    line-height: 30px;

    display: block;

    height: 30px;
    margin-top: 20px;

    color: #333;
}
.box-news .slick-news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .slick-news .item:hover .note b {
    text-decoration: underline;

    color: #001f63;
}
.box-news .slick-news .item:hover .note a.more {
    color: #001f63;
}
.box-news .slick-news .slick-arrow {
    line-height: 80px;

    top: auto;
    bottom: 0;
    left: -webkit-calc(46% - 79px);
    left: calc(46% - 79px);

    width: 80px;
    height: 80px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

    color: #001f63;
    background-color: #f7f7f7;
}
@media (max-width: 1350px) {
    .box-news .slick-news .slick-arrow {
        line-height: 50px;

        left: -webkit-calc(46% - 50px);
        left: calc(46% - 50px);

        width: 50px;
        height: 50px;
    }
}
.box-news .slick-news .slick-arrow.slick-next {
    left: -webkit-calc(46%);
    left: calc(46%);

    color: #fff;
    background-color: #001f63;
}
.box-news .slick-news .slick-arrow:hover {
    color: #fff;
    background-color: #02329b;
}
.box-news .slick-news .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: right;
}
@media (max-width: 1199px) {
    .box-news .slick-news .slick-dots {
        bottom: 10px;
    }
}
@media (max-width: 991px) {
    .box-news .slick-news .slick-dots {
        display: none !important;
    }
}
.box-news .slick-news .slick-dots li {
    display: inline-block;

    width: 50px;
    height: 4px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: 1;
    border-radius: 0;
    background-color: #ebf0fa;
}
.box-news .slick-news .slick-dots li.slick-active {
    opacity: 1;
    border-radius: 10px;
    background-color: #a59235;
}
.box-news .slick-news .slick-dots li button {
    display: none;
}
.footer {
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #7b87a0;
    background-color: #181c25;
}
@media (max-width: 991px) {
    .footer {
        padding-bottom: 55px;
    }
}
.footer .foot {
    padding: 100px 0 50px;
}
@media (max-width: 991px) {
    .footer .foot {
        padding: 30px 0;
    }
}
.footer .foot>ul {
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot>ul:after {
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 991px) {
    .footer .foot>ul:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer .foot>ul {
        display: block;
        overflow: hidden;
    }
}
.footer .foot>ul>li {
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 991px) {
    .footer .foot>ul>li {
        display: block;
    }
}
.footer .foot>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot>ul>li .item {
        margin-top: 14px;
    }
}
.footer .foot>ul>li .item h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item h3 {
        font-size: 18px;
    }
}
.footer .foot>ul>li .item-1 .share {
    margin-top: 20px;
}
.footer .foot>ul>li .item-1 .share ul {
    margin: 0 -6px;
}
.footer .foot>ul>li .item-1 .share ul li {
    display: inline-block;

    padding: 0 6px;
}
.footer .foot>ul>li .item-1 .share ul li a {
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #3d5b97;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 .share ul li a {
        line-height: 32px;

        width: 32px;
        height: 32px;
    }
}
.footer .foot>ul>li .item-1 .share ul li a:before {
    font-family: 'iconfont';
    font-weight: normal;

    display: inline-block;

    content: '\e6d9';
    text-align: center;
    vertical-align: top;

    border-radius: 4px;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a {
    background-color: #838383;
}
.footer .foot>ul>li .item-1 .share ul li.twitter a:before {
    content: '\e60b';
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a {
    background-color: #3634ac;
}
.footer .foot>ul>li .item-1 .share ul li.linkedin a:before {
    content: '\e6f0';
}
.footer .foot>ul>li .item-1 .share ul li.instagram a {
    background-color: #ca2128;
}
.footer .foot>ul>li .item-1 .share ul li.instagram a:before {
    content: '\e6b6';
}
.footer .foot>ul>li .item-1 .share ul li.youtube a {
    background-color: #fe6752;
}
.footer .foot>ul>li .item-1 .share ul li.youtube a:before {
    content: '\e618';
}
.footer .foot>ul>li .item-1 .share ul li.google a:before {
    content: '\e645';
}
.footer .foot>ul>li .item-1 .share ul li.amazon a:before {
    content: '\e6c1';
}
.footer .foot>ul>li .item-1 .share ul li:hover a {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);

    color: #001f63;
}
.footer .foot>ul>li .item-1 .sitemap {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 40px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-1 .sitemap {
        font-size: 14px;

        margin-top: 14px;
    }
}
.footer .foot>ul>li .item-1 .sitemap a {
    display: block;

    text-decoration: underline;
}
.footer .foot>ul>li .item-1 .sitemap a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '  \e868';
}
.footer .foot>ul>li .item-1 .sitemap a:hover {
    color: #fff;
}
.footer .foot>ul>li .item-2 {
    width: 400px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-2 {
        width: 100%;
    }
}
.footer .foot>ul>li .item-2 form {
    position: relative;

    margin-top: 20px;
}
.footer .foot>ul>li .item-2 form .inputtext {
    position: relative;
}
.footer .foot>ul>li .item-2 form .inputtext:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 40px;

    content: '\e6a0';
    text-align: center;

    color: #7b87a0;
    border-radius: 50%;
    background-color: #181c25;
}
.footer .foot>ul>li .item-2 form input {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    padding: 15px 60px 15px 24px;

    color: #fff;
    border-radius: 30px;
    background: none;
    background-color: #262c38;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-2 form input {
        font-size: 14px;

        padding: 10px 60px 10px 10px;
    }
}
.footer .foot>ul>li .item-2 form input::-webkit-input-placeholder,
.footer .foot>ul>li .item-2 form textarea::-webkit-input-placeholder {
    color: #7b87a0;
}
.footer .foot>ul>li .item-2 form input:-o-placeholder,
.footer .foot>ul>li .item-2 form textarea:-o-placeholder {
    color: #7b87a0;
}
.footer .foot>ul>li .item-2 form input::-moz-placeholder,
.footer .foot>ul>li .item-2 form textarea::-moz-placeholder {
    color: #7b87a0;
}
.footer .foot>ul>li .item-2 form input:-ms-input-placeholder,
.footer .foot>ul>li .item-2 form textarea:-ms-input-placeholder {
    color: #7b87a0;
}
.footer .foot>ul>li .item-2 form input:focus::-webkit-input-placeholder,
.footer .foot>ul>li .item-2 form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-2 form input:focus::-o-placeholder,
.footer .foot>ul>li .item-2 form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-2 form input:focus::-moz-placeholder,
.footer .foot>ul>li .item-2 form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-2 form input:focus::-ms-input-placeholder,
.footer .foot>ul>li .item-2 form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.footer .foot>ul>li .item-2 form .submit {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin-top: 20px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;

    color: #fff;
    outline: none;
    background: none;
}
.footer .foot>ul>li .item-2 form .submit:hover {
    color: #a59235;
}
.footer .foot>ul>li .item-3 {
    max-width: 460px;
}
@media (max-width: 991px) {
    .footer .foot>ul>li .item-3 {
        display: none;
    }
}
.footer .foot>ul>li .item-3 .info-down {
    margin: 0;
}
.footer .foot>ul>li .item-3 p {
    font-size: 16px;
    line-height: 26px;

    position: relative;

    margin-bottom: 24px;
    padding-left: 34px;
}
.footer .foot>ul>li .item-3 p:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '\e62c';

    color: #a59235;
}
.footer .foot>ul>li .item-3 p b {
    display: block;

    color: #fff;
}
.footer .foot>ul>li .item-3 p.tel,
.footer .foot>ul>li .item-3 p.email {
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.footer .foot>ul>li .item-3 p.tel:before {
    content: '\e668';
}
.footer .foot>ul>li .item-3 p.email:before {
    content: '\e62e';
}
.footer .foot>ul>li .item-3 p a:hover {
    text-decoration: underline;

    color: #fff;
}
.footer .foot>ul>li .info-down {
    margin-top: 14px;
}
.footer .foot>ul>li.current .title-foot h3:after {
    content: '\e628';
}
.footer .copyright {
    font-size: 16px;

    padding: 15px 0;

    text-align: center;

    background-color: #262c38;
}
@media (max-width: 991px) {
    .footer .copyright {
        font-size: 14px;

        padding: 10px 0;
    }
}
.footer .copyright p {
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px) {
    .footer .copyright p {
        line-height: 22px;
    }
}
.footer .copyright p a {
    margin-left: 40px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px) {
    .footer .copyright p a {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a:hover {
    text-decoration: underline;

    color: #fff;
}
.wrapper {
    clear: both;
    overflow: hidden;
}
.wrap {
    padding: 60px 0;
}
@media (max-width: 991px) {
    .wrap {
        padding: 50px 0;
    }
}
.title-in h2 {
    font-family: 'Aaux Next', Arial;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px) {
    .title-in h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-in h2 {
        font-size: 24px;
    }
}
.inside-nav {
    position: relative;
}

.inside-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
/* .inside-nav::-webkit- scrollbar-track {
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav::-webkit- scrollbar-thumb:hover {
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
} */
.inside-nav .nav-wrap {
    position: relative;
    z-index: 2;

    text-align: center;

    background-color: #001f63;
}
.inside-nav .nav-wrap>ul {
    font-size: 0;

    position: relative;

    display: flex;

    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    vertical-align: top;
    /* white-space: nowrap; */

    background-color: #001f63;
}
.inside-nav .nav-wrap>ul>li {
    position: relative;

    flex: 1;
}
@media (max-width: 767px) {
    .inside-nav .nav-wrap>ul>li {
        flex: auto;
        width: 50%;
    }
}
.inside-nav .nav-wrap>ul>li:before {
    position: absolute;
    bottom: 0px;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #a59235;
}
.inside-nav .nav-wrap>ul>li>a {
    font-size: 15px;
    line-height: 60px;

    position: relative;

    display: block;

    padding: 0 40px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
}
@media (max-width: 1470px) {
    .inside-nav .nav-wrap>ul>li>a {
        padding: 0 30px;
    }
}
@media (max-width: 991px) {
    .inside-nav .nav-wrap>ul>li>a {
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .inside-nav .nav-wrap>ul>li>a {
        font-size: 14px;
        line-height: 60px;
    }
}
.inside-nav .nav-wrap>ul>li.active:before,
.inside-nav .nav-wrap>ul>li:hover:before {
    height: -webkit-calc(100% + 0px);
    height: calc(100% + 0px);
}
.inside-nav .nav-wrap>ul>li.active>a,
.inside-nav .nav-wrap>ul>li:hover>a {
    font-weight: bold;
}
.wrap-sidenav-product .inside-nav .nav-wrap>ul>li {
    height: 60px;
    padding: 0;

    vertical-align: top;
}
.wrap-sidenav-product .inside-nav .nav-wrap>ul>li>a {
    line-height: 18px;

    position: relative;
    top: 50%;

    max-width: 150px;
    padding: 12px 18px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: normal;
}
.inside-nav .nav-wrap>ul>li>ul {
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #a59235;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}
.inside-nav .nav-wrap>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 5px;
}
.inside-nav .nav-wrap>ul>li>ul>li:hover>a {
    text-decoration: underline;
}
.wrap-about .text {
    margin-top: 20px;
}
.wrap-about .text p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-about .text img {
    max-width: 100%;
    height: auto !important;
    margin: 10px 0;
}
.wrap-history .history {
    margin-top: 40px;
}
.wrap-history .history .list {
    padding: 40px 0 40px 50px;

    border-left: 1px solid #ececec;
}
@media (max-width: 767px) {
    .wrap-history .history .list {
        padding: 20px 0 20px 30px;
    }
}
.wrap-history .history .list .title-history {
    position: relative;
}
.wrap-history .history .list .title-history:before {
    position: absolute;
    top: 4px;
    left: -60px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
@media (max-width: 767px) {
    .wrap-history .history .list .title-history:before {
        left: -40px;
    }
}
.wrap-history .history .list .title-history h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.wrap-history .history .list .text {
    margin-top: 20px;
}
.wrap-history .history .list .text p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-history .history .list .text p b {
    display: block;

    color: #333;
}
.wrap-history .history .list .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-honor .honor .row {
    font-size: 0;
}
.wrap-honor .honor .row .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-honor .honor .item {
    display: block;

    margin-top: 20px;
}
.wrap-honor .honor .item .pic {
    margin-top: 30px;
    padding: 10px;

    box-shadow: 0 0 10px rgba(17, 100, 168, .15);
}
@media (max-width: 767px) {
    .wrap-honor .honor .item .pic {
        padding: 4px;
    }
}
.wrap-honor .honor .item .pic .img-box {
    padding-bottom: 140%;
}
.wrap-honor .honor .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor .item .note {
    padding: 16px 10px;
}
.wrap-honor .honor .item .note b {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item .note b {
        font-size: 14px;
    }
}
.wrap-honor .honor .item .note p {
    line-height: 24px;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-honor .honor .item .note p {
        font-size: 13px;
        line-height: 18px;
    }
}
.wrap-honor .honor .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-team .team {
    position: relative;

    margin-top: 30px;
    padding-left: 250px;
}
@media (max-width: 1199px) {
    .wrap-team .team {
        padding-left: 180px;
    }
}
@media (max-width: 767px) {
    .wrap-team .team {
        padding-left: 0;
    }
}
.wrap-team .team .team-pic {
    position: absolute;
    top: 50%;
    left: 0;

    width: 200px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .wrap-team .team .team-pic {
        width: 150px;
    }
}
@media (max-width: 767px) {
    .wrap-team .team .team-pic {
        display: none;
    }
}
.wrap-team .team .team-pic img {
    max-width: 100%;
}
.wrap-team .team .list {
    overflow: hidden;
}
.wrap-team .team .list ul li {
    position: relative;

    padding-bottom: 30px;
    padding-left: 70px;
}
@media (max-width: 767px) {
    .wrap-team .team .list ul li {
        padding-left: 50px;
    }
}
.wrap-team .team .list ul li:before {
    position: absolute;
    top: 8px;
    left: -2px;

    display: block;

    width: 40px;
    height: 13px;

    content: '';

    background: url(../images/dot-1.png) no-repeat;
}
.wrap-team .team .list ul li:after {
    position: absolute;
    top: 13px;
    left: 0;

    display: block;

    width: 4px;
    height: 100%;

    content: '';

    background-color: #dfdfdf;
}
.wrap-team .team .list ul li:last-child:after {
    display: none;
}
.wrap-team .team .list .item .title-item b {
    font-size: 18px;
    line-height: 30px;

    display: block;
}
.wrap-team .team .list .item .note p {
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.wrap-disclaimer .disclaimer h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .wrap-disclaimer .disclaimer h3 {
        font-size: 18px;
    }
}
.wrap-disclaimer .disclaimer p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-disclaimer .disclaimer p a {
    font-weight: bold;

    text-decoration: underline;

    color: #001f63;
}
.wrap-disclaimer .disclaimer p a:hover {
    color: #a59235;
}
.wrap-responsibilities .responsibilities-text {
    margin-top: 10px;
}
.wrap-responsibilities .responsibilities-text p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
.wrap-responsibilities .responsibilities {
    margin-top: 40px;
}
.wrap-responsibilities .responsibilities .list {
    padding: 40px 0 40px 50px;

    border-left: 1px solid #ececec;
}
@media (max-width: 767px) {
    .wrap-responsibilities .responsibilities .list {
        padding: 20px 0 20px 30px;
    }
}
.wrap-responsibilities .responsibilities .list .title-responsibilities {
    position: relative;
}
.wrap-responsibilities .responsibilities .list .title-responsibilities:before {
    position: absolute;
    top: 4px;
    left: -60px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../images/dot.png) no-repeat;
}
@media (max-width: 767px) {
    .wrap-responsibilities .responsibilities .list .title-responsibilities:before {
        left: -40px;
    }
}
.wrap-responsibilities .responsibilities .list .title-responsibilities h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.wrap-responsibilities .responsibilities .list .text {
    margin-top: 20px;
}
.wrap-responsibilities .responsibilities .list .text p {
    line-height: 1.85714286;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-responsibilities .responsibilities .list .text p {
        line-height: 24px;
    }
}
.wrap-responsibilities .responsibilities .list .text p b {
    display: block;

    color: #333;
}
.wrap-responsibilities .responsibilities .list .text img {
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 991px) {
    .wrap-responsibilities .responsibilities .list .pic {
        margin-top: 20px;
    }
}
.wrap-responsibilities .responsibilities .list .pic img {
    max-width: 100%;
    height: auto !important;
}
.wrap-solution .solution .row {
    font-size: 0;
}
.wrap-solution .solution .row .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-solution .solution .item {
    display: block;

    margin-top: 30px;
}
.wrap-solution .solution .item .pic .img-box {
    padding-bottom: 93.33333333%;
}
.wrap-solution .solution .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-solution .solution .item .note b {
    font-size: 22px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-solution .solution .item .note b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .note b {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.wrap-solution .solution .item .note p {
    font-size: 15px;
    line-height: 1.73333333;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-solution .solution .item .note p {
        font-size: 14px;
    }
}
.wrap-solution .solution .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-solution .solution .item:hover .note b {
    text-decoration: underline;

    color: #001f63;
}
.wrap-download .download .item {
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-download .download .item .pic {
    position: relative;

    display: block;
    overflow: hidden;
}
.wrap-download .download .item .pic:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    border: 0 solid #fff;
}
.wrap-download .download .item .pic .img-box {
    padding-bottom: 56.52173913%;
}
.wrap-download .download .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-download .download .item .note {
    position: relative;

    padding: 14px 74px 14px 14px;
}
@media (max-width: 767px) {
    .wrap-download .download .item .note {
        padding: 14px 50px 14px 0;
    }
}
.wrap-download .download .item .note b {
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-download .download .item .note b {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p {
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-download .download .item .note p {
        font-size: 14px;
    }
}
.wrap-download .download .item .note p span {
    margin-right: 20px;
}
.wrap-download .download .item .note a.down {
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: 14px;
    right: 14px;

    display: block;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #001f63;
}
@media (max-width: 767px) {
    .wrap-download .download .item .note a.down {
        font-size: 20px;
        line-height: 40px;

        right: 0;

        width: 40px;
        height: 40px;
    }
}
.wrap-download .download .item .note a.down:after {
    font-family: 'iconfont' !important;

    content: '\e633';
}
.wrap-download .download .item:hover .pic {
    box-shadow: 0 0 10px rgba(17, 100, 168, .15);
}
.wrap-download .download .item:hover .pic:before {
    border: 12px solid #fff;
}
.wrap-download .download .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-download .download .item:hover .note b {
    color: #a59235;
}
.wrap-download .download .item:hover .note a.down {
    background-color: #a59235;
}
.wrap-news .news .row {
    font-size: 0;
}
.wrap-news .news .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-news .news .item {
    position: relative;

    margin-top: 30px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .wrap-news .news .item {
        padding-left: 0;
    }
}
.wrap-news .news .item .pic .img-box {
    padding-bottom: 90.32258065%;
}
.wrap-news .news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .pic .date {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;

    width: 54px;

    text-align: center;

    color: #fff;
    background-color: #001f63;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic .date {
        top: 10px;
    }
}
.wrap-news .news .item .pic .date b {
    font-size: 18px;
    line-height: 32px;

    display: block;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic .date b {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-news .news .item .pic .date p {
    font-size: 15px;
    line-height: 32px;

    display: block;

    margin: 0;

    background-color: #a59235;
}
@media (max-width: 767px) {
    .wrap-news .news .item .pic .date p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news .news .item .note {
    padding-top: 14px;
}
.wrap-news .news .item .note b {
    font-size: 22px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 56px;

    -webkit-transition: all .2s;
    transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
    .wrap-news .news .item .note b {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-news .news .item .note b {
        font-size: 16px;
        line-height: 22px;

        max-height: 44px;
    }
}
.wrap-news .news .item .note p {
    font-size: 15px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 52px;
    margin: 10px 0 0 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
    .wrap-news .news .item .note p {
        font-size: 14px;
        line-height: 24px;

        max-height: 48px;
    }
}
.wrap-news .news .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .note b {
    text-decoration: underline;

    color: #001f63;
}
.wrap-news-show .title-news-show {
    position: relative;

    padding-left: 80px;
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show {
        padding-left: 60px;
    }
}
.wrap-news-show .title-news-show .date {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 54px;

    text-align: center;

    color: #fff;
    background-color: #001f63;
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show .date {
        top: 10px;
    }
}
.wrap-news-show .title-news-show .date b {
    font-size: 18px;
    line-height: 32px;

    display: block;
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show .date b {
        font-size: 16px;
        line-height: 24px;
    }
}
.wrap-news-show .title-news-show .date p {
    font-size: 15px;
    line-height: 32px;

    display: block;

    margin: 0;

    background-color: #a59235;
}
@media (max-width: 767px) {
    .wrap-news-show .title-news-show .date p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .title-news-show h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-news-show .title-news-show h1 {
        font-size: 20px;
    }
}
.wrap-news-show .text {
    margin-top: 30px;
}
.wrap-news-show .text p {
    font-size: 15px;
    line-height: 1.73333333;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-news-show .text p {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-news-show .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate {
    margin-top: 40px;
}
.wrap-news-show .news-relate ul li {
    margin-top: 10px;
}
.wrap-news-show .news-relate ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .news-relate ul li:hover {
    text-decoration: underline;

    color: #a59235;
}
.wrap-recruit .recruit-text {
    margin-top: 20px;
}
.wrap-recruit .recruit-text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit-text p {
        font-size: 14px;
    }
}
.wrap-recruit .recruit-text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-recruit .recruit .recruit-top {
    font-size: 0;

    margin-top: 40px;

    border: 1px solid #e2e5ed;
    background-color: #f4f7fe;
}
.wrap-recruit .recruit .recruit-top p {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 16.66666667%;
    margin: 0;
    padding: 15px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit .recruit-top p {
        font-size: 12px;
        line-height: 14px;

        padding: 10px 4px;

        word-break: break-word;
    }
}
.wrap-recruit .recruit ul li:nth-child(2n) .item .title-recuit {
    background-color: #f4f7fe;
}
.wrap-recruit .recruit ul li .item {
    font-size: 0;
}
.wrap-recruit .recruit ul li .item .title-recuit {
    cursor: pointer;
}
.wrap-recruit .recruit ul li .item .title-recuit p {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    width: 16.66666667%;
    margin: 0;
    padding: 15px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit ul li .item .title-recuit p {
        font-size: 12px;
        line-height: 14px;

        padding: 10px 4px;

        word-break: break-word;
    }
}
.wrap-recruit .recruit ul li .item .title-recuit span.more {
    font-size: 15px;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit ul li .item .title-recuit span.more {
        font-size: 12px;
    }
}
.wrap-recruit .recruit ul li .item .title-recuit span.more:after {
    font-weight: bold;

    content: '+ OPEN';
    text-decoration: underline;
}
.wrap-recruit .recruit ul li .item .text {
    display: none;

    padding: 20px 3%;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit ul li .item .text {
        padding: 20px 10px;
    }
}
.wrap-recruit .recruit ul li .item .text b {
    font-size: 16px;
    line-height: 2;

    display: block;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit ul li .item .text b {
        font-size: 14px;
    }
}
.wrap-recruit .recruit ul li .item .text p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #777;
}
@media (max-width: 767px) {
    .wrap-recruit .recruit ul li .item .text p {
        font-size: 13px;
    }
}
.wrap-recruit .recruit ul li.current .item .title-recuit {
    color: #fff;
    background-color: #a59235;
}
.wrap-recruit .recruit ul li.current .item .title-recuit span.more:after {
    content: '- FOLD';
}
.wrap-product .product {
    margin-top: -60px;
}
@media (max-width: 1199px) {
    .wrap-product .product {
        margin-top: -30px;
    }
}
.wrap-product .product .item {
    margin-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-product .product .item {
        margin-top: 30px;
    }
}
.wrap-product .product .item .row {
    font-size: 0;

    margin: 0;
}
.wrap-product .product .item .itembox {
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0;

    vertical-align: middle;
}
.wrap-product .product .item .pic .img-box {
    padding-bottom: 55.29411765%;
}
.wrap-product .product .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item .note {
    position: relative;

    padding: 0 30px 30px 30px;

    background-color: #f4f7fe;
}
@media (max-width: 767px) {
    .wrap-product .product .item .note {
        padding: 20px 10px;
    }
}
.wrap-product .product .item .note:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 4px;

    content: '';
    -webkit-transition: all .4s;
    transition: all .4s;

    background-color: #a59235;
}
.wrap-product .product .item .note .title-note {
    -webkit-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    transform: translateY(-14px);
}
@media (max-width: 767px) {
    .wrap-product .product .item .note .title-note {
        margin-bottom: 14px;

        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.wrap-product .product .item .note .title-note:after {
    display: block;

    width: 20px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #a59235;
}
.wrap-product .product .item .note .title-note b {
    font-size: 30px;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note .title-note b {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-product .product .item .note .title-note b {
        font-size: 20px;
    }
}
.wrap-product .product .item .note p {
    font-size: 15px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note p {
        font-size: 14px;
        line-height: 22px;

        height: 66px;
    }
}
.wrap-product .product .item .note a.more {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin-top: 20px;

    text-decoration: underline;
}
@media (max-width: 991px) {
    .wrap-product .product .item .note a.more {
        margin-top: 10px;
    }
}
.wrap-product .product .item .note a.more:hover {
    color: #a59235;
}
.wrap-product .product .item:hover .pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product .product .item:hover .pic .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product .product .item:hover .note:after {
    width: 100%;
}
.wrap-product .product .item:hover .note .title-note b {
    color: #a59235;
}
.wrap-product-show .carousel-wrap .img-box {
    padding-bottom: 55.29411765%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-product-show .carousel-wrap .product-xs {
    display: none;

    margin-top: 20px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .product-xs {
        display: block;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .product-lg {
        display: none;
    }
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video {
    position: relative;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for .video {
        width: 100%;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .iframe {
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play {
    font-size: 40px;
    line-height: 60px;

    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video .play:after {
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-for .video:hover .img-box {
    opacity: .9;
}
.wrap-product-show .carousel-wrap .carousel .share {
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel .share p {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .carousel .share p,
.wrap-product-show .carousel-wrap .carousel .share .addthis_inline_share_toolbox {
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box {
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .title-info {
    position: relative;

    margin: 30px 0;
    padding-left: 24px;
}
.wrap-product-show .carousel-wrap .info-box .title-info:before {
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #a59235;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info:before {
        top: 12px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33333333;

    display: block;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .wrap-product-show .carousel-wrap .info-box .title-info h1 {
        font-size: 24px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info p {
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .title-info p {
        font-size: 14px;
    }
}
.wrap-product-show .carousel-wrap .info-box .detail {
    min-height: 226px;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box .detail {
        min-height: auto;
    }
}
.wrap-product-show .carousel-wrap .info-box .detail p {
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav {
    margin: 0 -4px;
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-slide {
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item {
    position: relative;

    border: 1px solid #dcdcdc;
    background-color: #000;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item-video {
    position: relative;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item-video .img-box {
    opacity: .8;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .item-video:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\e644';
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box .slider-nav .slick-current .item {
    border: 1px solid #001f63;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart {
    display: inline-block;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a {
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;

    display: block;

    text-decoration: underline;

    color: #ca2128;
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:before {
    font-family: 'iconfont' !important;
    font-size: 24px;

    float: left;

    margin-right: 10px;

    content: '\e601';
}
.wrap-product-show .carousel-wrap .info-box .btn-addcart a:hover {
    color: #a59235;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry {
    float: right;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a {
    font-size: 15px;
    line-height: 36px;

    display: block;

    padding: 0 16px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #001f63;
}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry a:hover {
    background-color: #a59235;
}
.wrap-product-show .title-product-show {
    position: relative;
    z-index: 2;
}
.wrap-product-show .title-product-show b {
    font-size: 30px;
    line-height: 1;

    position: relative;

    display: block;

    padding-left: 24px;
}
.wrap-product-show .title-product-show b:before {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #a59235;
}
@media (max-width: 991px) {
    .wrap-product-show .title-product-show b {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p {
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-product-show .advantage {
    position: relative;

    margin-top: 80px;
    padding: 60px 0;

    background-color: #f4f7fe;
}
.wrap-product-show .advantage:before {
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f4f7fe;
}
.wrap-product-show .advantage .text {
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
.wrap-product-show .advantage .text p {
    font-size: 15px;
    line-height: 2;
}
.wrap-product-show .advantage .text ul {
    font-size: 0;

    margin: 0 -15px;
}
.wrap-product-show .advantage .text ul li {
    font-size: 14px;

    display: inline-block;

    width: 50%;
    margin: 10px 0;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px) {
    .wrap-product-show .advantage .text ul li {
        width: 100%;
    }
}
.wrap-product-show .advantage .text ul li p {
    font-size: 16px;
    line-height: 1.625;
}
@media (max-width: 767px) {
    .wrap-product-show .advantage .text ul li p {
        font-size: 14px;
    }
}
.wrap-product-show .parameter,
.wrap-product-show .relate-product,
.wrap-product-show .inquiry {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .wrap-product-show .parameter,
    .wrap-product-show .relate-product,
    .wrap-product-show .inquiry {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .text {
    margin-top: 20px;
    /* padding: 30px; */

    /* border: 3px solid #f0f0f0; */
}
.wrap-product-show .parameter .text p {
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .text img {
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f4f4f4;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry input,
    .wrap-product-show .inquiry textarea {
        margin-top: 20px;
    }
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    font-weight: bold;

    color: #333;
    background-color: #e1e1e1;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .send {
    text-align: center;
}
.wrap-product-show .inquiry .submit {
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #27417b;
}
@media (max-width: 991px) {
    .wrap-product-show .inquiry .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #02329b;
}
.wrap-product-show .relate-product .slick-relate-product {
    margin: 0 -15px;
}
.wrap-product-show .relate-product .slick-slide {
    padding: 15px;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .slick-slide {
        padding: 8px;
    }
}
.wrap-product-show .relate-product .item {
    display: block;

    margin-top: 30px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-product-show .relate-product .item .pic {
    padding: 16px 16px 0 16px;
}
@media (max-width: 1199px) {
    .wrap-product-show .relate-product .item .pic {
        padding: 6px 6px 0 6px;
    }
}
.wrap-product-show .relate-product .item .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .relate-product .item p {
    font-size: 16px;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item p {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item span.more {
    font-size: 16px;
    line-height: 50px;

    display: block;

    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
    .wrap-product-show .relate-product .item span.more {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item span.more:after {
    font-family: 'iconfont' !important;

    float: right;

    content: '\e65a';
}
.wrap-product-show .relate-product .item:hover .img-box img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show .relate-product .item:hover span.more {
    color: #fff;
    background-color: #001f63;
}
.wrap-contact {
    padding-top: 120px;
}
@media (max-width: 1199px) {
    .wrap-contact {
        padding-top: 70px;
    }
}
.wrap-contact .contact {
    padding: 90px 0;

    color: #fff;
    background: url(../images/contact_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px) {
    .wrap-contact .contact {
        padding: 50px 0;
    }
}
.wrap-contact .contact .title-contact {
    text-align: center;
}
.wrap-contact .contact .title-contact h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
@media (max-width: 991px) {
    .wrap-contact .contact .title-contact h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact .title-contact h2 {
        font-size: 24px;
    }
}
.wrap-contact .contact .title-contact p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 767px) {
    .wrap-contact .contact .title-contact p {
        font-size: 14px;
        line-height: 20px;
    }
}
.wrap-contact .contact .container>ul {
    font-size: 0;

    margin-bottom: 60px;
    padding: 40px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .46);
}
@media (min-width: 1200px) {
    .wrap-contact .contact .container>ul {
        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-contact .contact .container>ul:after {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (max-width: 1199px) {
    .wrap-contact .contact .container>ul {
        margin-right: -10px;
        margin-bottom: 20px;
        margin-left: -10px;
    }
}
.wrap-contact .contact .container>ul>li {
    display: inline-block;

    max-width: 460px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-contact .contact .container>ul>li {
        width: 50%;
        max-width: 50%;
        padding: 10px;
    }
}
@media (max-width: 991px) {
    .wrap-contact .contact .container>ul>li {
        width: 100%;
        max-width: 100%;
    }
}
.wrap-contact .contact .item {
    position: relative;

    padding-left: 30px;

    -webkit-transition: all .5s;
    transition: all .5s;
}
.wrap-contact .contact .item:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: '\e62c';

    color: #fff;
}
.wrap-contact .contact .item-fax:before {
    content: '\e931';
}
.wrap-contact .contact .item-tel:before {
    content: '\e668';
}
.wrap-contact .contact .item-email:before {
    content: '\e62e';
}
.wrap-contact .contact .item b {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

    display: block;

    margin: 10px 0 6px;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item b {
        font-size: 16px;
    }
}
.wrap-contact .contact .item p {
    font-size: 18px;
    line-height: 1.66666667;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 767px) {
    .wrap-contact .contact .item p {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a {
    color: inherit;
}
.wrap-contact .contact .item p a:hover {
    text-decoration: underline;

    color: #a59235;
}
.wrap-contact .contact .item p img {
    max-width: 100%;
    margin-top: 10px;
}
.wrap-contact .contact .item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wrap-contact .contact h3 {
    font-size: 20px;
    line-height: 1.5;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px) {
    .wrap-contact .contact h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .contact h3 {
        font-size: 16px;
    }
}
.wrap-contact .message {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .wrap-contact .message {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .wrap-contact .right {
        margin-top: 40px;
    }
}
.wrap-contact .title-message h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px) {
    .wrap-contact .title-message h3 {
        font-size: 20px;
    }
}
.wrap-contact form {
    margin-top: 10px;
}
.wrap-contact form input,
.wrap-contact form textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f4f4f4;
}
@media (max-width: 991px) {
    .wrap-contact form input,
    .wrap-contact form textarea {
        margin-top: 20px;
    }
}
.wrap-contact form input::-webkit-input-placeholder,
.wrap-contact form textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-contact form input:-o-placeholder,
.wrap-contact form textarea:-o-placeholder {
    color: #888;
}
.wrap-contact form input::-moz-placeholder,
.wrap-contact form textarea::-moz-placeholder {
    color: #888;
}
.wrap-contact form input:-ms-input-placeholder,
.wrap-contact form textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-contact form input:focus::-webkit-input-placeholder,
.wrap-contact form textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-o-placeholder,
.wrap-contact form textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-moz-placeholder,
.wrap-contact form textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-contact form input:focus::-ms-input-placeholder,
.wrap-contact form textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-contact form .send {
    text-align: right;
}
.wrap-contact form .submit {
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #27417b;
}
@media (max-width: 991px) {
    .wrap-contact form .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-contact form .submit:hover {
    background-color: #02329b;
}
.wrap-contact #dituContent {
    height: 440px;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-contact #dituContent {
        height: 300px;
    }
}
.wrap-inquiry {
    padding-top: 160px;
}
@media (max-width: 1199px) {
    .wrap-inquiry {
        padding-top: 100px;
    }
}
.wrap-inquiry .bar {
    margin-top: 30px;
}
.wrap-inquiry table {
    width: 100%;

    border-collapse: collapse;
}
.wrap-inquiry table tr {
    border: 1px solid #eee;
}
.wrap-inquiry table tr:first-child {
    font-size: 16px;

    overflow: hidden;

    background-color: #f6f6f6;
}
@media (max-width: 991px) {
    .wrap-inquiry table tr:first-child {
        font-size: 14px;
    }
}
.wrap-inquiry table th {
    font-weight: normal;
    line-height: 30px;

    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    text-align: left;
}
.wrap-inquiry table td,
.wrap-inquiry table th {
    padding: 30px 10px;
}
.wrap-inquiry table td:first-child,
.wrap-inquiry table th:first-child {
    width: 15%;
    padding: 0 5%;
}
@media (max-width: 767px) {
    .wrap-inquiry table td:first-child,
    .wrap-inquiry table th:first-child {
        width: 22%;
        padding: 0 2%;
    }
}
.wrap-inquiry table td:nth-child(2),
.wrap-inquiry table th:nth-child(2) {
    width: 55%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(2),
    .wrap-inquiry table th:nth-child(2) {
        width: 35%;
    }
}
.wrap-inquiry table td:nth-child(3),
.wrap-inquiry table th:nth-child(3) {
    width: 15%;
}
@media (max-width: 991px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 20%;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table td:nth-child(3),
    .wrap-inquiry table th:nth-child(3) {
        width: 30%;
    }
}
.wrap-inquiry table td:nth-child(4),
.wrap-inquiry table th:nth-child(4) {
    width: 15%;

    text-align: center;
}
.wrap-inquiry table .Each,
.wrap-inquiry table .all {
    position: relative;

    float: left;

    width: 20px;
    height: 20px;
    margin-right: 10px;

    text-align: center;

    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;

    -webkit-appearance: none;
}
.wrap-inquiry table .Each:checked::after,
.wrap-inquiry table .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;

    position: absolute;
    top: -6px;
    left: 0;

    content: '\e624';

    color: #001f63;
}
.wrap-inquiry table input {
    font-size: 16px;
    line-height: 32px;

    position: relative;
    top: -1px;

    width: 60px;
    height: 32px;

    text-align: center;
    vertical-align: top;

    border: none;
    outline: none;
}
@media (max-width: 991px) {
    .wrap-inquiry table input {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry table input {
        font-size: 14px;
        line-height: 30px;

        width: 20px;
        height: 30px;

        border-right: none;
        border-left: none;
    }
}
.wrap-inquiry table .del1,
.wrap-inquiry table .add1 {
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
    .wrap-inquiry table .del1,
    .wrap-inquiry table .add1 {
        line-height: 30px;

        position: relative;
        z-index: 8;

        width: 20px;
        height: 30px;
    }
}
.wrap-inquiry table .pic {
    display: inline-block;

    width: 24%;
    margin-right: -4px;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table .pic {
        display: block;

        width: 100%;
    }
}
.wrap-inquiry table .pic .img-box {
    padding-bottom: 55.29411765%;
}
.wrap-inquiry table p {
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;

    vertical-align: middle;
}
@media (max-width: 767px) {
    .wrap-inquiry table p {
        font-size: 14px;

        display: block;

        width: 100%;
        margin: 0;
    }
}
@media (max-width: 320px) {
    .wrap-inquiry table p {
        font-size: 12px;
    }
}
.wrap-inquiry .close {
    float: none;

    cursor: pointer;
    text-align: center;

    opacity: 1;
}
.wrap-inquiry .close::after {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;

    content: '\e632';

    color: #999;
}
.wrap-inquiry .close:hover::after {
    color: #02329b;
}
.wrap-inquiry .title-inquiry h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    vertical-align: middle;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .wrap-inquiry .title-inquiry h2 {
        font-size: 20px;
    }
}
.wrap-inquiry .title-inquiry p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-inquiry .inquiry {
    padding-top: 60px;
}
@media (max-width: 1199px) {
    .wrap-inquiry .inquiry {
        padding-top: 50px;
    }
}
.wrap-inquiry .inquiry input,
.wrap-inquiry .inquiry textarea {
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f4f4f4;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry input,
    .wrap-inquiry .inquiry textarea {
        margin-top: 20px;
    }
}
.wrap-inquiry .inquiry input::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea::-webkit-input-placeholder {
    color: #888;
}
.wrap-inquiry .inquiry input:-o-placeholder,
.wrap-inquiry .inquiry textarea:-o-placeholder {
    color: #888;
}
.wrap-inquiry .inquiry input::-moz-placeholder,
.wrap-inquiry .inquiry textarea::-moz-placeholder {
    color: #888;
}
.wrap-inquiry .inquiry input:-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:-ms-input-placeholder {
    color: #888;
}
.wrap-inquiry .inquiry input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-o-placeholder,
.wrap-inquiry .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-moz-placeholder,
.wrap-inquiry .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-inquiry .inquiry .read input {
    font-weight: bold;

    color: #333;
    background-color: #e1e1e1;
}
.wrap-inquiry .inquiry .read input::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-o-placeholder,
.wrap-inquiry .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-o-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-moz-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .read input:focus::-ms-input-placeholder,
.wrap-inquiry .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-inquiry .inquiry .send {
    text-align: center;
}
.wrap-inquiry .inquiry .submit {
    line-height: 44px;

    margin-top: 20px;
    padding: 0 50px;

    -webkit-transition: all .4s;
    transition: all .4s;

    color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background-color: #27417b;
}
@media (max-width: 991px) {
    .wrap-inquiry .inquiry .submit {
        line-height: 40px;

        margin-top: 20px;
        padding-bottom: 0 40px;
    }
}
.wrap-inquiry .inquiry .submit:hover {
    background-color: #02329b;
}
.wrap-sitemap .sitemap {
    margin-top: 30px;
}
@media (max-width: 991px) {
    .wrap-sitemap .sitemap {
        margin-top: 20px;
    }
}
.wrap-sitemap .sitemap>ul {
    font-size: 0;
}
@media (min-width: 1200px) {
    .wrap-sitemap .sitemap>ul {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-sitemap .sitemap>ul:after {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 991px) {
    .wrap-sitemap .sitemap>ul:after {
        display: none;
    }
}
.wrap-sitemap .sitemap>ul>li {
    display: inline-block;

    margin-top: 10px;

    vertical-align: top;
}
@media (max-width: 1199px) {
    .wrap-sitemap .sitemap>ul>li {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li {
        width: 100%;
    }
}
.wrap-sitemap .sitemap>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>a {
        font-size: 16px;
    }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
    text-decoration: underline;

    color: #a59235;
}
.wrap-sitemap .sitemap>ul>li>ul {
    margin: 0 -6px;
}
@media (max-width: 767px) {
    .wrap-sitemap .sitemap>ul>li>ul>li {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sitemap .sitemap>ul>li>ul>li a {
    font-size: 15px;
    line-height: 2;

    display: block;

    padding: 0 6px;

    color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li a:hover {
    text-decoration: underline;

    color: #a59235;
}
nav {
    text-align: center;
}
.pagination {
    margin: 40px 0 0 0;
    padding: 0;
}
@media (max-width: 991px) {
    .pagination {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before {
    content: '\e625';
}
.pagination li a {
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    border: 1px solid #a59235;
    background-color: #a59235;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    border: 1px solid #a59235;
    background-color: #a59235;
}
.fixed-header {
    z-index: 9;
    top: 0;

    width: 100%;
    height: 80px !important;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
    .fixed-header {
        height: 70px !important;
    }
}
.fixed-header .logo {
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .fixed-header .logo {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .fixed-header .logo {
        height: 40px;
        margin-top: 15px;
    }
}
@media (min-width: 1200px) {
    .fixed-header .nav .nav-list1>li>a {
        line-height: 80px;
    }
}
.fixed-header .cart,
.fixed-header .find {
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px) {
    .fixed-header .cart,
    .fixed-header .find {
        line-height: 70px;
    }
}
.fixed-header .language {
    padding-top: 23px;
    padding-bottom: 23px;
}
@media (max-width: 1199px) {
    .fixed-header .language {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.wrap-product-show .parameter .table-box {
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table {
    font-size: 16px;
    line-height: 1.2;
    line-height: 24px;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show .parameter .table-box table tr {}
.wrap-product-show .parameter .table-box table td {
    padding: 10px;
    border: 1px solid #e9e9e9;
    vertical-align: top;
}

.wrap-login-email {
    width: 96%;
    max-width: 600px;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    /* left: 50%;
   transform: translate3d(-50%, -50%, 0); */
}
.wrap-login-email .login-email {
    position: relative;

}
@media (max-width: 991px) {
    .wrap-login-email {
        padding: 30px 14px;
    }
}
.wrap-login-email .login-email a.login-close {
    position: absolute;
    top: 20px;
    right: 20px;

    display: inline-block;

    color: #999;
}
@media (max-width: 991px) {
    .wrap-login-email .login-email a.login-close {
        top: 10px;
        right: 10px;
    }
}
.wrap-login-email .login-email a.login-close:after {
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.wrap-login-email .login-email a.login-close:visited,
.wrap-login-email .login-email a.login-close:link {
    text-decoration: none;

    color: inherit;
}
.wrap-login-email .login-email a.login-close:hover {
    text-decoration: none;

    color: #26a8da;
}
.wrap-login-email .login-email b {
    font-size: 24px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px) {
    .wrap-login-email .login-email b {
        font-size: 20px;
    }
}
.wrap-login-email .login-email input {
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 16px;

    border: none;
    outline: none;
    background-color: #ebebeb;
}
.wrap-login-email .login-email input::-webkit-input-placeholder,
.wrap-login-email .login-email textarea::-webkit-input-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:-o-placeholder,
.wrap-login-email .login-email textarea:-o-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input::-moz-placeholder,
.wrap-login-email .login-email textarea::-moz-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:-ms-input-placeholder,
.wrap-login-email .login-email textarea:-ms-input-placeholder {
    color: #8d8d8d;
}
.wrap-login-email .login-email input:focus::-webkit-input-placeholder,
.wrap-login-email .login-email textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-o-placeholder,
.wrap-login-email .login-email textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-moz-placeholder,
.wrap-login-email .login-email textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email input:focus::-ms-input-placeholder,
.wrap-login-email .login-email textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-login-email .login-email .submit {
    font-size: 16px;
    font-weight: bold;

    margin-top: 20px;
    padding: 0 20px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #26a8da;
    border: none;
    background: none;
}
.wrap-login-email .login-email .submit:after {
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    content: '\e6a0';
}
.wrap-login-email .login-email .submit:hover {
    color: #088ec2;
}